From: Masatake YAMATO Date: Fri, 21 May 2004 07:25:07 +0000 (+0000) Subject: * progmodes/etags.el (tags-apropos, list-tags): Require apropos. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22362 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d79b2de34796125d5492d8d9ba535d85e56eb6bf;p=emacs.git * progmodes/etags.el (tags-apropos, list-tags): Require apropos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 43028f03e69..2fce46e2fa6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-05-21 Masatake YAMATO + + * progmodes/etags.el (tags-apropos, list-tags): Require + apropos. + 2004-05-20 Luc Teirlinck * locate.el (locate-prompt-for-command): Shorten first line of diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index ef5d1eba998..49294d6625c 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1866,6 +1866,7 @@ directory specification." (or gotany (error "File %s not in current tags tables" file))))) (with-current-buffer "*Tags List*" + (require 'apropos) (apropos-mode) (setq buffer-read-only t))) @@ -1884,6 +1885,7 @@ directory specification." (funcall tags-apropos-function regexp)))) (etags-tags-apropos-additional regexp)) (with-current-buffer "*Tags List*" + (require 'apropos) (apropos-mode) ;; apropos-mode is derived from fundamental-mode and it kills ;; all local variables.